From: Roland McGrath Date: Mon, 19 Apr 1993 21:29:48 +0000 (+0000) Subject: (vc-revert-buffer1): Typo fix in last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96502 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=27f2f10b2110b037f9cd7c0799a90b1d65ab7f22;p=emacs.git (vc-revert-buffer1): Typo fix in last change. --- diff --git a/lisp/vc.el b/lisp/vc.el index fb2d1b2f042..c143fe93e5a 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -282,7 +282,7 @@ the master name of FILE; this is appended to an optional list of FLAGS." ;; Move the pointer up to find the error we were at before ;; reparsing. Now next-error should properly go to the next one. (while (and compilation-error-list - (/= error-pos (car (car errors)))) + (/= error-pos (car (car compilation-error-list)))) (setq compilation-error-list (cdr compilation-error-list)))))) (setq reparse (cdr reparse)))